home *** CD-ROM | disk | FTP | other *** search
/ What PC? 2000 May / What PC May 2000 / wpcmay00.iso / DXRS / Glossary.cxt / 00324_Field_Hexadecimal, hex or H .txt < prev    next >
Text File  |  2000-03-08  |  421b  |  1 lines

  1. Hexadecimal is a way of representing numbers in base 16. Normally we use decimal numbers (base 10), but a computer uses binary numbers (base 2) which can be either 0 or 1. For convenience, computer programs and data are normally converted and displayed in base 16. Hex uses the letters A to F to represent the numbers 10 to 15 and if you ever see a number with an h after it, such as 45h, this means that it's in base 16.